home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gscript / gs261s.zoo / atari / stprint.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-03  |  230 b   |  10 lines

  1. /*
  2.  *    These definitions intercept I/0 for printing to windows
  3.  *    or directly to the Centronics port on Atari computers.
  4.  */
  5.  
  6. #define fputc   csputc
  7. #define fputs   csputs
  8. #define fwrite  cswrite
  9. #define fprintf gemprintf
  10.